From 374d48c37bdb93ba8d457c286f4ee15adcfe8b24 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 10 Aug 2012 12:23:02 -0400 Subject: [PATCH] Fix typo in documentation --- gtk/gtkiconview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 08076c3ad7..3da42aecaa 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -5372,7 +5372,7 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view, * * To free the return value, use: * |[ - * g_list_free_full (list, (GDestroyNotify) gtk_tree_patch_free); + * g_list_free_full (list, (GDestroyNotify) gtk_tree_path_free); * ]| * * Return value: (element-type GtkTreePath) (transfer full): A #GList containing a #GtkTreePath for each selected row. -- 2.30.2